Blazor コントロール
ITreeDataCollection<T> インターフェース
メンバ 

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : ITreeDataCollection<T> インターフェース
The type of the items
Abstract collection whose items are parent of other items of the same type.
オブジェクト モデル
ITreeDataCollection<T> インターフェース
シンタックス
'宣言
 
Public Interface ITreeDataCollection(Of T As Class) 
   Inherits IDataCollection(Of T) 
public interface ITreeDataCollection<T> : IDataCollection<T>  
where T: class
型パラメータ
T
The type of the items
参照

ITreeDataCollection<T> メンバ
C1.DataCollection 名前空間